github.com/andybalholm/brotli.Writer.literal_buf_ (field)

9 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L103: 	literal_buf_        []byte
		encode.go#L777: 			s.literal_buf_ = make([]byte, kCompressFragmentTwoPassBlockSize)
		encode.go#L780: 			s.literal_buf_ = s.literal_buf_[:kCompressFragmentTwoPassBlockSize]
		encode.go#L803: 			compressFragmentTwoPass(data[wrapped_last_processed_pos&mask:], uint(bytes), is_last, s.command_buf_, s.literal_buf_, table, table_size, &storage_ix, storage)
		encode.go#L990: 			s.literal_buf_ = make([]byte, buf_size)
		encode.go#L993: 			s.literal_buf_ = s.literal_buf_[:buf_size]
		encode.go#L997: 		literal_buf = s.literal_buf_